@charset "utf-8";
/* CSS Document */

Body {
	background-image:url(Images/antique-wood-texture.jpg);
	background-repeat:repeat;
	background-position:top;
	background-repeat:no no-repeat;
	margin-top:-10px;
}

#MainContainer {
	margin:0 auto;
	width: 857px;
	background:url(Images/Shadow.jpg) repeat;
}

#Header {
	background-image:url(Images/Mama%27s-Pizza-Main-Header.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:850px;
	height: 218px;
}

#Footer {
	margin:0 auto;
	margin-top:-15px;
	width:850px;
	height:35px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:.7em;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	background-color:#7B1217;
	padding-top:5px;
}

.homepicture {
	background:url(Images/all-paperBackground.jpg);
	padding:0px 0px 0px 0px;
	margin:0 auto;
	margin-top:-15px;
	text-align:center;
}

.centerpara {
	text-align: center;
	text-shadow:#666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight:bold;
	padding-bottom: 10px;
}

/**BEGIN MENU PAGE**/
#menu {
	text-align:center;
	width:850px;
	margin:0 auto;
	margin-top:-20px;
	background:url(Images/Main-Frame-background.gif);
}
.menuimage {
	text-align:center;
	border:none;
	padding: 10px 0 10px 0;
}
/**END MENU PAGE**/

/**BEGIN NAVIGATION**/
#navcol {
	margin:0 auto;
	width:850px;
	height:40px;
}
#ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.li {
	float:right;
}
.li a:link,a:visited
{
	display:block;
	width:120px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#1d6332;
	height: 40px;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}
.li a:hover,a:active
{
	background-color:#7A991A;
	height: 40px;
}
.li2 {
	float:left;
	width:466px;
	height: 50px;
	background-color:#1d6332;
}
.li2 a:link2,a:visited2
{
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}
.li2 a:hover2,a:active2
{
	background-color:#7A991A;
}
/**END NAVIGATION**/